// Creates enemies that originate from the right side of the screen, but join the left side of the formation.

// NOTE: The path is double-inverted 


// delay, "create", enemyType, horizLoc, vertLoc, pathName, startAngle, speed, formationRow, formationCol [fireBullet atPlayer min max]
// 120 create crestOrange left -35 wobblePathLong 330 1 2 5 fireBullet atPlayer 250 750

	// column 2
15 create crestBlue right -30 rainbowPath 0 1 3 2
15 create insectOrange right -30 rainbowPath 0 1 4 2
15 create crestRed right -30 rainbowPath 0 1 5 2 fireBullet atPlayer 150 150
15 create blackCrestBlocker right -30 rainbowPath 0 1 6 2

	// column 3
15 create crestBlue right -30 rainbowPath 0 1 3.4 3
15 create insectOrange right -30 rainbowPath 0 1 4.4 3
15 create crestRed right -30 rainbowPath 0 1 5.4 3
15 create blackCrestBlocker right -30 rainbowPath 0 1 6.4 3

	// column 4
15 create squidHelmetGuy right -30 rainbowPath 0 1 3.75 4 dropsBonus
15 create insectOrange right -30 rainbowPath 0 1 4.75 4
15 create crestRed right -30 rainbowPath 0 1 5.75 4
15 create blackCrestBlocker right -30 rainbowPath 0 1 6.75 4

	// column 5
240 create crestBlue right -30 rainbowPath 0 1 4 5 dropsBonus
15 create insectOrange right -30 rainbowPath 0 1 5 5
15 create crestRed right -30 rainbowPath 0 1 6 5
15 create blackCrestBlocker right -30 rainbowPath 0 1 7 5 fireBullet atPlayer 120 120

	// column 6
15 create crestBlue right -30 rainbowPath 0 1 4.15 6 fireBullet atPlayer 160 160 dropsBonus
15 create insectOrange right -30 rainbowPath 0 1 5.15 6
15 create crestRed right -30 rainbowPath 0 1 6.15 6
15 create blackCrestBlocker right -30 rainbowPath 0 1 7.15 6

	// column 7
15 create squidHelmetGuy right -30 rainbowPath 0 1 4.20 7 dropsBonus
15 create insectOrange right -30 rainbowPath 0 1 5.20 7
15 create crestRed right -30 rainbowPath 0 1 6.20 7
15 create blackCrestBlocker right -30 rainbowPath 0 1 7.20 7

	// boss right group
15 create greenInsectBoss right -30 rainbowPath 0 1 1.4 5
15 create blackCrestBlocker right -30 rainbowPath 0 1 2.5 4.5
15 create blackCrestBlocker right -30 rainbowPath 0 1 2.5 5.5


150 startAttacking